home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / disk / moni / SCSISnoop.readme < prev   
Text File  |  2000-11-01  |  7KB  |  180 lines

  1. Short:    Snoops accesses to SCSI devices and others
  2. Author:   thor@math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  4. Version:  1.05
  5. Type:     disk/moni
  6. Requires: Os 2.04
  7.  
  8. This tiny program snoops accesses to devices and prints the device commands
  9. as well as the answers of the device over the serial port. Its outputs can
  10. be made visible either by an external terminal, connected to the serial port
  11. at 9600 baud, 8 bit, 1 stop bit, or by the standard tool Sushi or its re-
  12. placement Sashimi.
  13.  
  14. SCSISnoop mainly useful to debug hardware drivers and filing systems; it
  15. is mainly intended to make SCSI device commands visible, even though it
  16. knows all standard scsi.device and the TD64 and NSD commands as well.
  17.  
  18. If a SCSI command is issued, SCSISnoop prints the full command name if
  19. available, even though it does not yet attempt to make its parameters
  20. readable. 
  21. _____________________________________________________________________________
  22.  
  23. Changes made for 1.05:
  24.  
  25. - Added the ADRMASK, LENMASK and MINLEN options to filter out only
  26.   interesting IO transfers.
  27. - Added the PLAINIO switch to disable snooping all enhanced device
  28.   features like SCSI direct IO.
  29. - SCSISnoop does no longer print the IO data in case MAXDUMP is set
  30.   to zero.
  31. - SCSISnoop forgot to print the IO data for some commands as TD_READ64.
  32. - SCSISnoop haven't kept NSD apart from TD64, and printed both as TD64
  33.   commands.
  34. - SCSISnoop did not snoop some of the 64 bit read commands.
  35.  
  36. Thanks to Niels for the suggestions!
  37.  
  38. _____________________________________________________________________________
  39.  
  40. Changes made for 1.01:
  41.  
  42. - The maximal size of the dumped data is now adjustable by the MAXDUMP
  43.   option.
  44. - SCSISnoop prints now an ellipsis "..." in case the data is longer than
  45.   the size selected by MAXDUMP and SCSISnoop cut the data size down.
  46. _____________________________________________________________________________
  47.  
  48. Synopsis:
  49.  
  50. SCSISnoop    SCSIONLY/S,FILTERRW/S,DEVICE/A,UNIT/A/N,FLAGS/N,MAXDUMP/K/N
  51.         ADRMASK/K/N,LENMASK/K/N,MINLEN/K/N,PLAINIO/S
  52.  
  53. SCSIONLY    If this switch is given, SCSISnoop prints only HD_SCSICMDs
  54.         and the device replies; standard exec commands are not
  55.         snooped.
  56.  
  57. FILTERRW    If set, SCSISnoop filters the SCSI READ(6/10), WRITE(6/10)
  58.         WRITE_AND_VERIFY(6/10) commands out, they are not snooped.
  59.  
  60. DEVICE        This specifies the name of the exec device to be snooped,
  61.         e.g. "gvpscsi.device","scsi.device","cybscsi.device".
  62.  
  63. UNIT        The unit number to snoop. This is in most cases the SCSI
  64.         ID of the device to be snooped.
  65.  
  66. FLAGS        A flags value for opening the device. This defaults to zero
  67.         and should be left alone in most cases.
  68.  
  69. MAXDUMP        The maximal number of bytes SCSISnoop dumps over the line,
  70.         defaults to 64.
  71.  
  72. ADRMASK        Dumps the IO transfer only if the base address of the buffer
  73.         and-ed with this mask is non-null. Hence, you may log
  74.         transfers to odd addresses only by setting this mask to 1.
  75.         Defaults to -1, i.e. log all addresses.
  76.  
  77. LENMASK        Dumps the IO transfer only if the transfer lenght of the
  78.         request and-ed with this mask is non-null. Defaults to -1.
  79.  
  80. MINLEN        Dumps the IO transfer only if the lenght of the request is
  81.         larger than this size. Defaults to 0, i.e. dump everything.
  82.  
  83. PLAINIO        Dump only standard IO request and leave all extensions like
  84.         SCSI DIRECT alone. Only exec requests like READ and WRITE and
  85.         their 64 bit extensions are logged. MOTOR or SEEK commands,
  86.         and SCSI DIRECT commands are ignored.
  87.  
  88. _____________________________________________________________________________
  89.  
  90.                          The THOR-Software Licence (v2, 24th June 1998)
  91.  
  92.  
  93. This License applies to the computer programs known as "SCSISnoop". 
  94. The "Program", below, refers to such program. The "Archive" refers to 
  95. the package of distribution, as prepared by the author of the Program, 
  96. Thomas Richter. Each licensee is addressed as "you".
  97.  
  98.  
  99.  
  100. The Program and the data in the archive are freely distributable
  101. under the restrictions stated below, but are also Copyright (c)
  102. Thomas Richter.
  103.  
  104. Distribution of the Program, the Archive and the data in the Archive by a
  105. commercial organization without written permission from the author to any
  106. third party is prohibited if any payment is made in connection with such
  107. distribution, whether directly (as in payment for a copy of the Program) or
  108. indirectly (as in payment for some service related to the Program, or
  109. payment for some product or service that includes a copy of the Program
  110. "without charge"; these are only examples, and not an exhaustive enumeration
  111. of prohibited activities).
  112.  
  113.  
  114. However, the following methods of distribution
  115. involving payment shall not in and of themselves be a violation of this
  116. restriction:
  117.  
  118.  
  119. (i) Posting the Program on a public access information storage and
  120. retrieval service for which a fee is received for retrieving information
  121. (such as an on-line service), provided that the fee is not
  122. content-dependent (i.e., the fee would be the same for retrieving the same
  123. volume of information consisting of random data).
  124.  
  125.  
  126. (ii) Distributing the Program on a CD-ROM, provided that
  127.  
  128. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  129. especially this licence agreement;
  130.  
  131. b) the CD-ROM is made available to the public for a nominal fee only,
  132.  
  133. c) a copy of the CD is made available to the author for free except for
  134. shipment costs, and
  135.  
  136. d) provided further that all information on such CD-ROM is redistributable
  137. for non-commercial purposes without charge.
  138.  
  139.  
  140. Redistribution of a modified version of the Archive, the Program or the
  141. contents of the Archive is prohibited in any way, by any organization,
  142. regardless whether commercial or non-commercial. Everything must be kept
  143. together, in original and unmodified form.
  144.  
  145.  
  146.  
  147.  
  148. Limitations.
  149.  
  150.  
  151. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  152. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  153. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  154. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  155. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  156. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  157. SERVICING, REPAIR OR CORRECTION.
  158.  
  159.  
  160. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  161. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  162. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  163.  
  164.  
  165.                                                         Thomas Richter
  166. _____________________________________________________________________________
  167.  
  168. So long,
  169.     Thomas Richter (August 2000)
  170.  
  171.  
  172. ============================= Archive contents =============================
  173.  
  174. Original  Packed Ratio    Date     Time    Name
  175. -------- ------- ----- --------- --------  -------------
  176.     7840    4028 48.6% 05-Aug-00 13:37:28 +SCSISnoop
  177.     6626    2849 57.0% 05-Aug-00 13:38:46 +SCSISnoop.readme
  178. -------- ------- ----- --------- --------
  179.    14466    6877 52.4% 03-Sep-100 15:14:04   2 files
  180.